Skip to content

Add __init__ function at package level to reduce setup overhead #100

Merged
csvance merged 1 commit intomainfrom
pkg-auto-init
Feb 23, 2026
Merged

Add __init__ function at package level to reduce setup overhead #100
csvance merged 1 commit intomainfrom
pkg-auto-init

Conversation

@csvance
Copy link
Collaborator

@csvance csvance commented Feb 23, 2026

Calls grpc_init and grpc_register_service_codegen in package __init__ to reduce setup overhead for getting started with the package.

@csvance csvance merged commit 8f346f8 into main Feb 23, 2026
13 checks passed
@codecov-commenter
Copy link

codecov-commenter commented Feb 23, 2026

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.58%. Comparing base (016bc66) to head (f878771).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #100      +/-   ##
==========================================
+ Coverage   90.53%   90.58%   +0.05%     
==========================================
  Files           7        7              
  Lines         528      531       +3     
==========================================
+ Hits          478      481       +3     
  Misses         50       50              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@csvance csvance deleted the pkg-auto-init branch February 23, 2026 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants